home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / bumpcopter2.swf / scripts / frame_23 / PlaceObject2_279_1181 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2006-06-13  |  379 b   |  15 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.copter) && _root.copter._currentframe == 1)
  3.    {
  4.       _root.copter.gotoAndPlay(2);
  5.       _root.retries += 1;
  6.       _root.xSpeed = 0;
  7.       _root.ySpeed = 0;
  8.       _root.copter._x = 326;
  9.       _root.copter._y = 152;
  10.       _root.timeLeft = 20;
  11.       _root.startE = false;
  12.       _root.enduSign.gotoAndPlay(1);
  13.    }
  14. }
  15.